type github.com/google/go-cmp/cmp.reportRecord

7 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L204: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
		report_compare.go#L409: func coalesceAdjacentRecords(name string, recs []reportRecord) (groups []diffStats) {
		report_value.go#L39: 	Records []reportRecord // If populated, implies Value is not populated
		report_value.go#L48: type reportRecord struct {
		report_value.go#L59: 		parent.Records = append(parent.Records, reportRecord{Key: reflect.ValueOf(s.Name()), Value: child})
		report_value.go#L62: 		parent.Records = append(parent.Records, reportRecord{Value: child})
		report_value.go#L65: 		parent.Records = append(parent.Records, reportRecord{Key: s.Key(), Value: child})